-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/update dependency #109
Conversation
Pull Request Test Coverage Report for Build 9235836417Details
💛 - Coveralls |
crates/wasi-common/src/lib.rs
Outdated
@@ -98,6 +98,9 @@ pub use sched::{Poll, WasiSched}; | |||
pub use string_array::{StringArray, StringArrayError}; | |||
pub use table::Table; | |||
|
|||
pub mod blockless; | |||
pub use blockless::*; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
personally dont think we should pollute global scope as it becomes difficult to know at glance where functionality is coming from.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you are right, I will do it later.
No description provided.